home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  172 b   |  11 lines

  1. on enterFrame
  2.   if not rollOver(the clickOn + 1) then
  3.     set the visible of sprite (the clickOn + 1) to 1
  4.     updateStage()
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.